Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.dam.import.actions--actions

This contribution is part of XML component org.nuxeo.dam.import.actions inside nuxeo-dam-jsf-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action help="desc.smart.import.file" id="dndAssets" label="label.smart.import" link="" order="10">
          <category>DAM_DND</category>
          <filter-id>canCreateInAssetLibrary</filter-id>
          <properties>
            <property name="chainId">Dam.ImportInSeam</property>
          </properties>
        </action>
  • <action help="desc.smart.import.file" id="dndDamBulkImportAssets" label="label.smart.import" link="" order="10">
          <category>DAM_IMPORT_ASSETS</category>
          <properties>
            <property name="chainId">Dam.ImportWithMetaDataInSeam</property>
            <property name="layout">damBulkImport@create</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action help="desc.smart.import.file" id="dndAssets" label="label.smart.import" link="" order="10">
      <category>DAM_DND</category>
      <filter-id>canCreateInAssetLibrary</filter-id>
      <properties>
        <property name="chainId">Dam.ImportInSeam</property>
      </properties>
    </action>

    <action help="desc.smart.import.file" id="dndDamBulkImportAssets" label="label.smart.import" link="" order="10">
      <category>DAM_IMPORT_ASSETS</category>
      <properties>
        <property name="chainId">Dam.ImportWithMetaDataInSeam</property>
        <property name="layout">damBulkImport@create</property>
      </properties>
    </action>

  </extension>